home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / swf / util1.swf / scripts / frame_47 / PlaceObject2_167_129 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2005-06-27  |  221b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X + (_parent._xmouse - 15 - _X) * 0.1;
  3.    _Y = _Y + (_parent._ymouse - 40 - _Y) * 0.1;
  4.    if(ver)
  5.    {
  6.       _visible = true;
  7.    }
  8.    else
  9.    {
  10.       _visible = false;
  11.    }
  12. }
  13.